home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / montanab / tex29 < prev    next >
Text File  |  1993-04-12  |  1KB  |  24 lines

  1. 29) How can I convert a TeX or LaTeX file into a plain ASCII file,
  2.     with all the formatting intact, a la nroff?
  3.  
  4.     Ralph Droms (droms@bucknell.edu) has a style file and a C program
  5.     that provide the LaTeX equivalent of nroff. Although it doesn't do
  6.     a good job with tables and math, it's the best way to convert that
  7.     I've seen. The software is available for anonymous ftp from
  8.     sol.cs.bucknell.edu (134.82.1.8) in ./droms/txt-dist.tar.
  9.  
  10.     Another possibility is to use screen.sty, available from all the
  11.     major archives. However you need a program called crudetype to
  12.     process the resulting dvi file. It is available from
  13.     emx.utexas.edu (128.83.1.33) in
  14.     ./pub/mnt/source/tex/tex-3.0/DVIware/lpr-viewers/crudetype and
  15.     from rusinfo.rus.uni-stuttgart.de (129.69.1.12) in
  16.     ./serv2/soft/tex/drivers/screenview. Another possibility is to use
  17.     the LaTeX-to-ASCII conversion program, l2a, available from
  18.     comp.sources.misc archives (one archive site is ftp.uu.net
  19.     (137.39.1.2)), although this is really more of a de-TeXing
  20.     program. Finally, if you are running under Unix and have C++ and
  21.     perl, you might try Jonathan Monsarrat's LameTeX package (which
  22.     actually does much more than this), available from
  23.     wilma.cs.brown.edu (128.148.31.66) in ./pub/lametex.tar.Z.
  24.